Welcome![Sign In][Sign Up]
Location:
Search - STRING EDIT BOX

Search list

[Windows Develop模式匹配MFC_jwj

Description: 此程序用mfc完成查找替换功能,在编辑框中输入一串字符,然后输入你要查询的字符串,之后输入你要替换的字符串(替换查询的内容),结果显示在最后的编辑框中-mfc use this procedure to complete the replacement search function, the edit box input string of characters then enter your inquiries to the string, after you input the string to replace (Replacement of the inquiries), results showed that the final edit box
Platform: | Size: 32685 | Author: 蒋文靖 | Hits:

[Windows Develop模式匹配MFC_jwj

Description: 此程序用mfc完成查找替换功能,在编辑框中输入一串字符,然后输入你要查询的字符串,之后输入你要替换的字符串(替换查询的内容),结果显示在最后的编辑框中-mfc use this procedure to complete the replacement search function, the edit box input string of characters then enter your inquiries to the string, after you input the string to replace (Replacement of the inquiries), results showed that the final edit box
Platform: | Size: 1934336 | Author: 蒋文靖 | Hits:

[EditBoxStringEditSrc406925

Description: 一个对编辑框进行操作的例子,特别是如何处理字符串编辑框。-Edit box for an example of operation, especially how to deal with string edit box.
Platform: | Size: 6144 | Author: 丁点 | Hits:

[Crack Hackdataencrypt

Description: 运行程序,在“密钥”编辑框中输入密钥,在“待加密的字符串”编辑框中输入要加密的字符串,单击“加密”按钮,密文将显示在“加密后的字符串”编辑框中。-Run the program, in the key edit box, enter the key, in the to be encrypted string edit box to encrypt the string, click the encrypt button and close the text will appear in the encrypted characters string edit box.
Platform: | Size: 28672 | Author: wujun | Hits:

[BooksMySpace

Description: 该应用程序包括了简单的算术运算、字符串处理图片显示等功能,必须包含有按钮、编辑框、进度条、文件菜单等基本的控件,在界面中可嵌入图片或者动画等信息。 基本要求: (1) 用AWT或者Swing实现,可以借助于Eclipse等集成开发环境; (2) 程序运行良好,界面清晰。 提高要求: 在界面中能实现简单动画。 -The application includes a simple arithmetic operations, string handling features such as picture shows, there is the button must be included, edit box, progress bar, file menu, such as the basic control interface can be embedded in the picture or animation and other information. Basic requirements: (1) implementation using AWT or Swing, you can help Eclipse integrated development environment, etc. (2) run a good, clear interface. Improve requirements: at the interface simple animation can achieve.
Platform: | Size: 1494016 | Author: sunyuancheng | Hits:

[Windows DevelopmaskEdit

Description: 带掩码功能的多功能编辑框。使用它可以完成整数、浮点数、字符串等类型的输入。-Mask function with multi-edit box. Use it to complete integer, float, string and other types of input.
Platform: | Size: 25600 | Author: Hellow | Hits:

[EditBoxff

Description: vc编辑框多行显示,并且将显示输出到不同字符串-vc show multi-line edit box, and will display the output to a different string
Platform: | Size: 1875968 | Author: 杜开 | Hits:

[OtherEditBox

Description: 这个主要是用C++实现了,上下两个多行编辑框能实现同步编辑或删除字符或字符串-This is mainly achieved using C++, and up and down more than two-line edit box makes it possible to edit or delete characters or a string
Platform: | Size: 1874944 | Author: joan | Hits:

[OtherPyEmbedMFC_src

Description: Python语言嵌入到MFC的开发中,通过这个例子可以利用两种语言的优势开发程序-Many of you might have seen the numeric input fields in most commercial CAD and scientific applications that facilitate the user to write mathematical expressions. This is to allow the user to use the edit box or the spinner box as a calculator on the fly. I was very much fascinated with this functionality and always wanted to easily have it in my applications. Writing a parser was a long job. When I just started learning Python, I came to know that it was a beautiful calculator by itself. You just need to type the expression on the command line and return-- you get the answer for any math function the C programmer is familiar with. After a long search on the net and the Python API doc, I finally came to know how to simply send a string to the interpreter and retrieve the results. I leveraged this ability of the Python API to embed it into a dialog box.
Platform: | Size: 25600 | Author: liulei | Hits:

[GUI DevelopVC_6ActiveReadMe

Description: 用VC就离不开使用系统控件,发一个综合介绍的说明。VC++_6常用控件使用方法介绍 摘要如下: 除非特别说明,本文中所用控件变量类型为Control 一般控件可用/不可用 EnableWindow(TRUE) EnableWindow(FALSE) 1、Static Text------------静态控件 --类CStatic 取值/赋值(变量类型为Control) m_lbl.GetWindowText(string) m_lbl.SetWindowText(string) 2、Edit Box---------------编辑控件 --类CEdit 取值/赋值 m_txt.GetWindowText(string) m_txt.SetWindowText(string) 3、Check Box------------复选控件 --类CButton (1)设置选中/未选中 m_chk.SetCheck(BST_CHECKED) m_chk.SetCheck(BST_UNCHECKED) -Without using the system with the VC on the control, made a comprehensive description of the instructions. Summarized as follows: Unless otherwise specified, this type of control variable used in the general controls for the Control available/unavailable EnableWindow (TRUE) EnableWindow (FALSE) 1, Static Text------------ Static Control-- class CStatic value/assignment (variable of type Control) m_lbl.GetWindowText (string) m_lbl.SetWindowText (string) 2, Edit Box--------------- edit control- Class CEdit value/assignment m_txt.GetWindowText (string) m_txt.SetWindowText (string) 3, Check Box------------ check control- class CButton (1) to set the selected/not selected m_chk.SetCheck (BST_CHECKED) m_chk.SetCheck (BST_UNCHECKED)
Platform: | Size: 11264 | Author: 加菲 | Hits:

[Internet-Networkchatting

Description: 网络聊天,①创建字符串ipstr(保存IP),portstr(保存端口),整型port(端口号)。 ②利用GetDlgItemText将各个编辑框中的信息赋给相应的变量。 ③监视端口号和IP格式并设置相应错误提示 ④设置建立连接后相应提示。 -Network chat, (1) create the string ipstr (save IP), portstr (save port), integer port (port number). The ② advantage of GetDlgItemText edit box is assigned to the corresponding variable. ③ to monitor the port number and IP format and set the appropriate error ④ are prompted to set a connection is established.
Platform: | Size: 3834880 | Author: 曹旭 | Hits:

[EditBoxstringMatch

Description: 读txt文件内容到编辑框,然后查找字符串。-Read txt file to the edit box, and then look for the string.
Platform: | Size: 1875968 | Author: 尹钦 | Hits:

[OS programAsynchInvoke

Description: 基于VC++异步调用的简单源码例子,定义一个字符串,设计循环,格式化字符串,设计编辑框文本,异步调用的实现实例,VC源码下载。 -Based on a simple asynchronous call VC++ source code examples, define a string, the design cycle, the format string, the text edit box design, implementation examples asynchronous call, VC source code download.
Platform: | Size: 18432 | Author: 余志明 | Hits:

[OS programAsynchInvoke

Description: 基于VC++异步调用的简单源码例子,定义一个字符串,设计循环,格式化字符串,设计编辑框文本,异步调用的实现实例,VC源码下载。-Based on a simple asynchronous call VC++ source code examples, define a string, the design cycle, the format string, the text edit box design, implementation examples asynchronous call, VC source code download.
Platform: | Size: 19456 | Author: 陈孟浩 | Hits:

[androidAndroid-address-book

Description: Android高仿QQ通讯录界面效果和功能参照QQ通讯录设计基本打电话,发短信,收短信功能都实现。比如拨号键盘的界面、号码编辑框,里面还有拼音帮助类,将字符串中的中文转化为拼音,其他字符不变。像获取联系人的列表、筛选查询后的数据list、选中的联系人名字、选中的联系人号码、选中多少个需要删除的联系人、得到字母列的对象,并设置触摸响应监听器等通讯录相关功能,都是值得新手学习的。-Android address book interface effects of high imitation QQ QQ contacts reference design and functionality of the basic call, send SMS, receive SMS functions are achieved. For example, dial keyboard interface, number edit box, there is also a spelling help class, string Chinese into pinyin, other characters unchanged. Like to get a list of contacts, filter the data list after a query, select the contact name, select a contact number, the number you want to delete the selected contacts, get the letters column of the object and set the touch response of the listener, such as Address Book related functions, are worthy of novices learning.
Platform: | Size: 2223104 | Author: 闫忠胜 | Hits:

[androidhuahuacontacts

Description: Android高仿QQ通讯录界面效果和功能参照QQ通讯录设计基本打电话,发短信,收短信功能都实现。比如拨号键盘的界面、号码编辑框,里面还有拼音帮助类,将字符串中的中文转化为拼音,其他字符不变。像获取联系人的列表、筛选查询后的数据list、选中的联系人名字、选中的联系人号码、选中多少个需要删除的联系人、得到字母列的对象,并设置触摸响应监听器等通讯录相关功能,都是值得新手学习的-Android address book interface effects of high imitation QQ QQ contacts reference design and functionality of the basic call, send SMS, receive SMS functions are achieved. For example, dial keyboard interface, number edit box, there is also a spelling help class, string Chinese into pinyin, other characters unchanged. Like to get a list of contacts, filter the data list after a query, select the contact name, select a contact number, the number you want to delete the selected contacts, get the letters column of the object and set the touch response of the listener, such as Address Book related functions, are worth novice learning
Platform: | Size: 2152448 | Author: wpudn8 | Hits:

[Process-ThreadAsynchInvoke

Description: 基于VC++异步调用的简单源码例子,定义一个字符串,设计循环,格式化字符串,设计编辑框文本,异步调用的实现实例,VC源码下载。-VC++ source code based on a simple example of an asynchronous call, the definition of a string loop design, format string, the text edit box design, implementation instance asynchronous calls, VC source code download.
Platform: | Size: 20480 | Author: dfjdj | Hits:

[e-languagezidian

Description: 易语言字符串字典生成,适合批量寻找网络资源。嵌套14位循环生成14位有26个小写字母和10个阿拉伯数字组成的字符串。网址加字符串通过取回网页的方式检测资源是否存在。存在的话就在编辑框中增加一条URL-Easy language dictionaries to generate the string, looking for the bulk of network resources. 14 nested loop to generate the string 14 26 lowercase letters and 10 Arabic numbers. Add URL string by retrieving Web pages to detect whether the resource exists. It exists to add a URL in the edit box
Platform: | Size: 2048 | Author: yangzhi | Hits:

[OtherqrEncode

Description: 通过编辑框输入字符串,可以在界面显示相应的二维码图片,为qr标准- By edit box input string, you can display the corresponding two-dimensional code image in the interface as standard qr
Platform: | Size: 3718144 | Author: reponiya | Hits:

[Process-Threadretfandeadlock

Description: 此程序用mfc完成查找替换功能,在编辑框中输入一串字符,然后输入你要查询的字符串-This program are replaced with MFC search function, input a string of characters in the edit box, and then enter your query string
Platform: | Size: 25600 | Author: zullwvie | Hits:
« 12 »

CodeBus www.codebus.net